home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 23 / Amiga Format AFCD23 (Feb 1998, Issue 107).iso / -screenplay- / shareware / hammytown / 25.room < prev    next >
Text File  |  1997-12-01  |  1KB  |  60 lines

  1. /*
  2. /* Room script for GRAAL
  3. /*
  4. /* "Room" 25 - You Win!
  5.  
  6. /* UPDATE: scroll_frames[;normal_frames]
  7. /*
  8. UPDATE: 2;1
  9.  
  10. /* SECTION: section_no
  11. /*
  12. SECTION: 1
  13.  
  14. /* BG_IFF: file
  15. /*
  16. BG_IFF: 16BG.iff
  17.  
  18. /* START_POS: startpos_no;image;x;y;L|M|R;floor_no
  19. /*
  20. START_POS: 1;14;5;96;L;1
  21.  
  22. /* FLOOR: floor_no;x1;y1;x2;y2;floormaps
  23. /*
  24. FLOOR: 1;0;57;639;119;1-1
  25.  
  26. /* PATH: path_no;floor1;floor2;px1;py1;px2;py2;{more_points} (This statement is optional)
  27.  
  28. /* EXIT: exit_no;x1;y1;x2;y2;x;y;description (This statement is optional)
  29.  
  30. /* CLPART: file (This statement is optional)
  31.  
  32. /* ROOMBOBS: number;start_bob;x1;y1;w;h;x-offset;hotspot (This statement is optional)
  33.  
  34. /* STATIC: bob;image;x;y (This statement is optional)
  35.  
  36. /* ANIM: bob;image;anim_ch;anim;x;y (This statement is optional)
  37.  
  38. /* ROOMOBJ: obj;name;room;VIS|NVIS;bob;image;x;y;cx;cy;cimage;prep;PICK|NPICK;anim_ch;verb;icon;LOW|MID|HIGH;types;w1;w2;w3 (This statement is optional)
  39.  
  40. /* DACT: {cond|comm}
  41. /*
  42.  
  43. DACT: CHAR OFF
  44.  
  45. DACT: TRACK MUSIC.09.MOD,LOOP,NOFILTER;LIGHTS ON
  46.  
  47. DACT: TEXT 160,50,12,And so, our hero drives off into the sunset.;W 50
  48.  
  49. DACT: TEXT 160,50,12,Well Done!;TEXT 160,50,12,You have completed Escape From Hammy Town.
  50. DACT: W 50
  51. DACT: TEXT 160,50,12,Game design and implementation by Jools Henn.
  52. DACT: TEXT 160,50,12,Created using the GRAAL adventure language.
  53. DACT: TEXT 160,50,12,Thank you for playing!
  54. DACT: TEXT 160,50,12,Goodbye!
  55.  
  56. DACT: QUIT
  57. /* Throw the player back to AmigaDOS.
  58. DACT: EXIT
  59. /* Bye bye!
  60.